GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / AddFontFromFileU Method





In This Topic
AddFontFromFileU Method (IGdPicturePDF)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(10)>
Function AddFontFromFileU( _
   ByVal FilePath As String, _
   ByVal FontName As String, _
   ByVal CharSet As FontCharSet, _
   ByVal Bold As Boolean, _
   ByVal Italic As Boolean _
) As String
[DispId(10)]
string AddFontFromFileU( 
   string FilePath,
   string FontName,
   FontCharSet CharSet,
   bool Bold,
   bool Italic
)
function AddFontFromFileU( 
    FilePath: String;
    FontName: String;
    CharSet: FontCharSet;
    Bold: Boolean;
    Italic: Boolean
): String; 
DispIdAttribute(10)
function AddFontFromFileU( 
   FilePath : String,
   FontName : String,
   CharSet : FontCharSet,
   Bold : boolean,
   Italic : boolean
) : String;
[DispId(10)]
string* AddFontFromFileU( 
   string* FilePath,
   string* FontName,
   FontCharSet CharSet,
   bool Bold,
   bool Italic
) 
[DispId(10)]
String^ AddFontFromFileU( 
   String^ FilePath,
   String^ FontName,
   FontCharSet CharSet,
   bool Bold,
   bool Italic
) 

Parameters

FilePath
FontName
CharSet
Bold
Italic
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members